LassoScript Utility
Basics Browse Detail

[String->isUUpperCase]

Tag Link [String->isUUpperCase] Category String
Type Member Source Available No
Support Preferred Version 7.0
Change Unchanged Data Source Any
Output Type None Security None
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0, Lasso 7.0

Description

[String->isUUpperCase] checks whether a specified character within the string has the Unicode uppercase property. The tag returns True if the character has the Unicode uppercase property or False otherwise.

Syntax

[If: 'String'->(isUUpperCase: 3)] ... [/If]

Parameters

Required Parameters
Position The character within the string to inspect.

Examples

To check whether a character is upper case in Unicode:

Use the [String->IsUUpperCase] tag. The following example returns True since the fourth character of the string is upper case according to Unicode.

[Output: '26 Letters'->(IsUUpperCase: 4)]

True

Related Tags

Category Tags